To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
Date: 8/2/96
Subject: Deleting Subviews Time: 11:45 AM
There appears to be a problem with deleting views that can cause a crash in ODF 1 . If the mouse is inside the view that gets deleted, the FW_CFrame::fViewUnderCursor data member will still have a pointer to the deleted view. When the mouse is moved, FW_CFrame::HandleMouseWithin will crash.